type crypto/tls.handshakeMessage
6 uses
crypto/tls (current package)
common.go#L1513: type handshakeMessage interface {
common.go#L1519: handshakeMessage
conn.go#L1048: func (c *Conn) writeHandshakeRecord(msg handshakeMessage, transcript transcriptHash) (int, error) {
conn.go#L1117: func (c *Conn) unmarshalHandshakeMessage(data []byte, transcript transcriptHash) (handshakeMessage, error) {
conn.go#L1118: var m handshakeMessage
handshake_messages.go#L1926: func transcriptMsg(msg handshakeMessage, h transcriptHash) error {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |